home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbinst13 / install.inf < prev    next >
INI File  |  1992-09-01  |  1KB  |  49 lines

  1. ;def section contains all default values to be installed
  2. ;defdir default is subdirectory name to be created under windows directory
  3. ;defgroup is Program Manager group name to be created
  4. ;needspace is diskspace that program requires in KB
  5.  
  6. [Def]
  7. defdir=vbinst
  8. defgroup=vbinst
  9. needspace=100
  10.  
  11. ;GrpFiles section contains files and programs to be added to Program 
  12. ;Manager group
  13.  
  14. [GrpFiles]
  15. file 1=vbinst.exe
  16. file 2=vbinst.wri
  17. file 3=vbinst.txt
  18. file 4=EndMark
  19.  
  20. ;systemfiles sections contains files to be copied windows system directory
  21. ;etc. DLL's and VBX's program need to acces during execution
  22. ;file 1 is now only commented so you can see an example
  23. ;you may need to copy VBRUN100.DLL, if the user already
  24. ;does not has it
  25. ;endmark is only mark that tells to install program's lastfile
  26.  
  27. [SystemFiles]
  28. ;file 1=vbrun100.dll
  29. file 2=EndMark
  30.  
  31. ;files section contains files to be copied to subdirectory given by user
  32. ;endmark is only mark that tells to install program's lastfile
  33.  
  34. [Files]
  35. file 1=install.inf
  36. file 2=vbinst.exe
  37. file 3=vbinst.frm
  38. file 4=vbinst.gbl
  39. file 5=vbinst.bas
  40. file 6=vbinst.mak
  41. file 7=vbinst.txt
  42. file 8=vbinst.wri
  43. file 9=vbwarn.frm
  44. file 10=vbwait.frm
  45. file 11=vbinst13.ico
  46. file 12=vbinst.dll
  47. file 13=vbinst.pas
  48. file 14=EndMark
  49.